home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 1 / Precision Software Applications Silver Collection Volume One (PSM) (1993).iso / games / vga / ms1.arj / METEOR.BAT < prev    next >
DOS Batch File  |  1993-06-27  |  399b  |  19 lines

  1. @Echo off
  2. If Exist Pyramid.Exe Goto RunIntro
  3. Echo Intro File 'PYRAMID.EXE' Missing...
  4. Echo Hit ANY key to continue with the program...
  5. Pause > NUL
  6. Goto Program
  7. :RunIntro
  8. Pyramid
  9. If ErrorLevel 5 If Not ErrorLevel 6 Goto End
  10. :Program
  11. If Exist ms1.EXE Goto RunProgram 
  12. Echo Main Program File 'ms1.EXE' Missing... 
  13. Echo Hit ANY key to exit... 
  14. Pause 
  15. Goto End 
  16. :RunProgram 
  17. ms1 
  18. :End 
  19.